home *** CD-ROM | disk | FTP | other *** search
- Date: Tue, 9 Nov 93 06:12:10 -0500
- From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
- To: schwab@ls5.informatik.uni-dortmund.de
- In-Reply-To: Andreas Schwab's message of Mon, 8 Nov 93 13:21:25 +0100 <9311081221.AA26256@issan.informatik.uni-dortmund.de>
- Subject: include file problems
-
- >From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
- >This can be fixed by changing
- >
- >#include <wait.h>
- >
- >to
- >
- >#ifdef __GNUC__
- >#include "../wait.h"
- >#else
- >#include <wait.h>
- >#endif
- >
- >in <sys/wait.h> (and also in the files in sys/). At least, it works
- >with gcc, because it always searched first relative to the directory
- >the include file was found. This probably also works with other
- >compilers, in this case this should be adjusted.
-
- I'd prefer if we could get this tested on all compilers beforehand,
- and then make the change for all compilers at the same time.
-
- Of course I'd really prefer to make everything in sys/ a symbolic link
- but then everyone would need minixfs or unixmode and gzip/gtar. Hum.
-
- entropy
-
- --
- entropy -- it's not just a good idea, it's the second law.
- Personal mail: entropy@gnu.ai.mit.edu
- MiNT library mail: entropy@terminator.rs.itd.umich.edu
-
-
-